addIncludeBytes

open fun addIncludeBytes(value: ByteString): Nanopb.NanoPBOptions.Builder
Extra files to include in generated `.pb.h`
repeated string include = 24;

Return

This builder for chaining.

Parameters

value

The bytes of the include to add.